home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / game / think / Dragon.lha / Dragon / Source / DragonDefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-02  |  839 b   |  30 lines

  1. /************************************************************************
  2. *                                                                        *
  3. * System includes for Dragon game.                                        *
  4. *                                                                        *
  5. *                        Copyright ©1994 Nick Christie                    *
  6. *                                                                        *
  7. *************************************************************************/
  8.  
  9. #define INTUI_V36_NAMES_ONLY
  10. #define USE_BUILTIN_MATH
  11.  
  12. #include <string.h>
  13. #include <stdio.h>
  14. #include <exec/exec.h>
  15. #include <dos/dos.h>
  16. #include <intuition/intuition.h>
  17. #include <graphics/gfxmacros.h>
  18. #include <iff/ilbm.h>
  19. #include <libraries/gadtools.h>
  20. #include <libraries/iffparse.h>
  21. #include <workbench/startup.h>
  22. #include <workbench/workbench.h>
  23. #include <proto/exec.h>
  24. #include <proto/dos.h>
  25. #include <proto/intuition.h>
  26. #include <proto/graphics.h>
  27. #include <proto/gadtools.h>
  28. #include <proto/iffparse.h>
  29. #include <proto/icon.h>
  30.